Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(enum): replace read-only enum values #1003

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

scanny
Copy link
Owner

@scanny scanny commented Aug 6, 2024

Summary
Some enum values like MSO_SHAPE_TYPE.MIXED are never produced by python-pptx and so were removed during the enum modernization in commit 01b86e64. However, in at least one downstream system these values are referenced even though they can never actually occur.

Replace these "read-only" values to avoid downstream breakage.

Some enum values like `MSO_SHAPE_TYPE.MIXED` are never produced by
`python-pptx` and so were removed during the enum modernization in
commit `01b86e64`. However, in at least one downstream system these
values are referenced even though they can never actually occur.

Replace these "read-only" values to avoid downstream breakage.
@scanny scanny force-pushed the scanny/fix-replace-read-only-enum-members branch from c21b93b to cd953f7 Compare August 7, 2024 17:29
@scanny scanny merged commit 278b47b into master Aug 7, 2024
4 checks passed
@scanny scanny deleted the scanny/fix-replace-read-only-enum-members branch August 7, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant